git-sem-open
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 7 Sep 2021 19:57:34 +0000 (20:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Tue, 7 Sep 2021 19:57:34 +0000 (20:57 +0100)
commit1233251cf726923fa043156e184ffef12df352d2
tree5e784300eaec456694fe2f4b805bd31d75958adf
parentf5e93cc1dbe86664863d65fb9c90563e84a09135
git-sem-open

Submitted for 2.33

commit 257e4e7b576d54ab943d73dcda64c9a62c15b907
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 13 15:20:32 2020 +0000

    htl: Get sem_open/sem_close/sem_unlink support

    This just moves the existing nptl implementation to reuse as it is in
    htl.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-sem-open.diff
htl/Makefile
htl/semaphoreP.h [new file with mode: 0644]
nptl/sem_close.c [deleted file]
nptl/sem_open.c [deleted file]
nptl/sem_unlink.c [deleted file]
sysdeps/htl/sem-close.c [deleted file]
sysdeps/htl/sem-open.c [deleted file]
sysdeps/htl/sem-unlink.c [deleted file]
sysdeps/pthread/sem_close.c [new file with mode: 0644]
sysdeps/pthread/sem_open.c [new file with mode: 0644]
sysdeps/pthread/sem_unlink.c [new file with mode: 0644]